From 35f2ab98584dec25272afa23486ae5fc8bc73357 Mon Sep 17 00:00:00 2001 From: robertl Date: Sat, 24 Jul 2004 19:52:30 +0000 Subject: [PATCH] Allow "Bank" as alias for ATM. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@849 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/magproto.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gpsbabel/magproto.c b/gpsbabel/magproto.c index 646ee8d26..0838ca3ac 100644 --- a/gpsbabel/magproto.c +++ b/gpsbabel/magproto.c @@ -115,6 +115,7 @@ static icon_mapping_t map330_icon_table[] = { { "e", "airport" }, { "f", "amusement park" }, { "g", "ATM" }, + { "g", "Bank" }, { "h", "auto repair" }, { "i", "boating" }, { "j", "camping" }, -- 2.30.2